Class RealtimeToolbarImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.RealtimeToolbarImpl
All Implemented Interfaces:
IPCObject, RealtimeToolbar

public class RealtimeToolbarImpl extends IPCObjectImpl implements RealtimeToolbar
Information provided by the PKI file:

    \class RealtimeToolbar
    
    \brief RealtimeToolbar allows for UI manipulation of the Realtime toolbar.
    
    \example appWindow().getRealtimeToolbar()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface RealtimeToolbar
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, FastForwardTimeBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface RealtimeToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisable)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface RealtimeToolbar
      Parameters:
      bDisable - Takes in a parameter of bDisable
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: ResetNetworkBtn, FastForwardTimeBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface RealtimeToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • resetNetwork

      public void resetNetwork()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Power Cycle Devices button on the Realtime toolbar.
          
              
      Specified by:
      resetNetwork in interface RealtimeToolbar
    • fastForwardTime

      public void fastForwardTime()
      Information provided by the PKI file:
      
          \brief Simulates clicking on the Fast Forward button on the Realtime toolbar.
          
              
      Specified by:
      fastForwardTime in interface RealtimeToolbar